home *** CD-ROM | disk | FTP | other *** search
- /*
- ICWPersonal.h
-
- */
-
- #pragma once
-
- #ifndef __H_ICWPersonal__
- #define __H_ICWPersonal__
-
- #ifdef __cplusplus
- extern "C" {
- #endif
-
- void DoWindoIdle(WindowPtr window);
- void WindowDoKey(WindowPtr window,short modifiers,char ch,short code);
- void WindowActivateDeactivate(WindowPtr window,Boolean activate);
- void WindowItemWhere(WindowPtr window,EventRecord* er,short item);
- Boolean WindowEarlyHandleEvent(WindowPtr window,EventRecord* er);
- void WindowTab(WindowPtr window,Boolean shift);
- Boolean WindowEarlyHandleKey(WindowPtr window,EventRecord* er);
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif /* __H_ICWPersonal__ */
-